home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore_siege.swf / scripts / DefineSprite_25 / frame_1 / DoAction.as
Text File  |  2011-08-19  |  131b  |  6 lines

  1. function onEnterFrame()
  2. {
  3.    health._xscale = _parent.health / _parent.maxHealth * 100;
  4. }
  5. _parent.health = _parent.maxHealth;
  6.